Crazy's Amazing Corner on the Web
/blog/2025/YT Cleanse Week 4/
YT-Challange - Week 4
So this Week marks of the End of this Challenge, but I will continue on my Journey of Media reduction. While maybe not Posting every week anymore I will continue writing about my Progress and feelings. Similar to Sérgio I also want to write a Blog post on Project I have been doing, or I want to do.
But before I get to Distracted, lets look at this Week! So the week started out decently. I finally got my YubiKey I order like 4 Weeks ago for a Project, and it finally arrived. And I have been Playing around with its features over the entire week. My Favorite thing I was able to do, is that I can now Unlock my Computer, and it's Keyring with the Key, while not giving Up encryption on the Keyring. I will explain more about this in a Future Blog Post on the Subject. I also was busy at work and reworked my SSO solution for the Home lab to include, you guessed it, Passkeys aka my YubiKey.
So I would say I successfully converted my felt Productiveness into actual Productiveness. Even tho I would call it more a Hyperfixation.
Something you might have seen also in last week's statistics is my Inclusion of the News as a Media. As Something many People say, and I can Agree on, is that the News make you Depressed. So I want to see correlation in my feelings compared to the News. While I have not Noticed it myself really yet, yeah they do make me feel down when Sad things happen, but It doesn't last for me. I think one of the Reasons the News don't affect me as much, is that I have very low Passive News Consumption. As I don't use Social Media's. While the Active News Consumption limits itself to an average quarter Hour a day.
So overall this Week has been going quite great.
<div class="horizontal">
<div>
<h3>Hours Watched of Content, by Content Type</h3>
<canvas id="watchtime" style="width: 80%;"></canvas>
</div>
<div>
<h3>Hours Watched Content Week 4 vs Watched YouTube Week 0</h3>
<canvas id="watchtime-whole" style="width: 80%;"></canvas>
</div>
</div>
<script>
const ctx = document.getElementById('watchtime');
new Chart(ctx, {
type: 'bar',
data: {
labels: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
datasets: [
{
label: "YouTube",
data: [1.037,0.34,0.7,0.545,1.366,0.154,0],
},
{
label: "Owned",
data: [0.396,0.779,0,0.4,0.4,0,0],
},
{
label: "News",
data: [0.5,0.25,0.25,0.624,0.25,0.25,0.25],
},
{
label: "Straming",
data: [0,0,0,0,1,0,0],
},
{
label: "Public",
data: [0,0,0,0,0,0.549,0.549],
},
],
},
options: {
color: "white",
responsive: false,
scales: {
x: {
stacked: true,
},
y: {
stacked: true
}
}
}
});
const ctx2 = document.getElementById('watchtime-whole');
new Chart(ctx2, {
type: 'bar',
data: {
labels: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
datasets: [
{
label: "Week 4",
data: [1.933,1.369,0.95,1.569,3.016,0.953,0.799],
},
{
label: "Week 0",
data: [11.84,13.36,16.32,18.37,14.88,14.55,6.06],
},
],
},
options: {
color: "white",
responsive: false,
scales: {
x: {
stacked: false,
},
y: {
stacked: false
}
}
}
});
</script>
In conclusion, I can say that this Challenge went really well. While this Challenge happened over a very Stressful bunch of weeks. I can say even with the extra Stress that was going on I was able to be less Stressed overall. But I also noticed some Issues that I want to fix too, I am spending a lot of time on Forums instead of YouTube. I think this is way better than any other Social Media. As these are smaller and more Human. It is still not real Social Contact. The Last Show of ZDF Magazin Royal, a German Late Night Show by the Public Broadcaster ZDF, talked about Loneliness and how Social Media isn't a Replacement for it. And how this is Harming us. It was very Interesting, and I am going to take some of the Advice to heart.